Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[MD/32X] Force PAL region when (PAL) or (Europe) are in ROM name #1781

Merged
merged 2 commits into from
Jan 19, 2025

Conversation

remutro
Copy link
Contributor

@remutro remutro commented Jan 19, 2025

There are numerous headers in Mega Drive & 32X games that are not correct resulting in PAL games to run at 60Hz instead of 50Hz. This corrects this issue by using the same technique the Atari 2600 core uses which is to look for "(PAL)" or "(Europe)" in the ROM name which will then force the game to run as a PAL game.

This also addresses the 32X game Shadow Squadron - Stellar Assault which is supposed to be an NTSC-U and PAL game, but only has PAL in the header so it could only run at 50Hz. This adds NTSC-U as an option (leaving PAL as the default), but can be selected using the "Prefer US" boot option so it can run at 60Hz.

Addresses issues:
#1066
#1067

And yes, I'm aware I submitted an additional commit cause I spelled Assault wrong in the comment, and managed to spell it wrong again in the commit message. 🤦‍♂️

@LukeUsher LukeUsher merged commit 7772fdb into ares-emulator:master Jan 19, 2025
16 checks passed
@remutro remutro deleted the md-32x-pal branch January 19, 2025 17:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants